/* 所有类名用小写，中横线 */
body{background: #fff; font-size: 1.125em;}
input[type="text"], input[type="password"], textarea{font-size: 16px;}
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color: #155cb3;}
em{font-style: initial;}
@media (max-width:1500px) {
  body{min-width: 320px; font-size: 1em;}
}
/*滚动条*/
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.2);border-radius:0}
::-webkit-scrollbar-thumb{border-radius:0;background: #1760ad;box-shadow:inset 0 0 6px rgba(0,0,0,.15);}

/*当前位置*/
.posi { padding: 30px 0; font-size: 16px;padding-left: 40px; background: url(../images/zfgb_cur.png) no-repeat left center;color: #888;}
.posi a { color: #888;}
.posi a:last-child {color: #444;}
.warp-body2023{background-color: #FFF;padding: 40px 0;}



/* layout */
.bgwhite{background-color: #ffffff;}
.bggray{background-color: #f7f7f7;}
.bglightblue{background-color: #f4f9fc;}
.hrdashline{border-top: 1px dashed #e0e7fa;}

@media (max-width:1500px) {
  .mt40{margin-top: 35px;}
  .mb40{margin-bottom: 35px;}
  .mt30{margin-top: 25px;}
  .mb30{margin-bottom: 25px;}
  .mb25{margin-bottom: 20px;}
  .pt30{padding-top: 25px;}
}
@media (max-width:1280px) {
  .mt40{margin-top: 30px;}
  .mb40{margin-bottom: 30px;}
}
@media (max-width:992px) {
  .mb30{margin-bottom: 20px;}
  .mt40{margin-top: 25px;}
  .mb40{margin-bottom: 25px;}
}
.setIE.ie8 .mb30{margin-bottom: 25px;}
.setIE.ie8 .mt40{margin-top: 30px;}
.setIE.ie8 .mb40{margin-bottom: 30px;}
.setIE.ie8 .mt30{margin-top: 25px;}
.setIE.ie8 .mb30{margin-bottom: 25px;}
.setIE.ie8 .pt30{padding-top: 25px;}

.body-body{position: relative; background: url(../images/public/body_bg.png) repeat-x top #fff;padding-top: 120px;}
.body-layer{padding-top: 40px; padding-bottom: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
@media (max-width:1500px) {
  .body-layer{padding-top: 35px; padding-bottom: 5px;}	
}
@media (max-width:1280px) {
  .body-layer{padding-top: 25px;}	
}
.over-box{overflow: hidden;}
.inner-box{position: relative;}
.entire-box{position: relative; padding-right: 30px; padding-left: 30px}
.entire-box.pt{padding-top: 30px;}
.entire-box.tline:before{position: absolute; top: -3px; right: 0; left: 0; content: ""; height: 3px; background: #3484e0;}
@media (max-width:1500px) {
  .entire-box{padding-right: 25px; padding-left: 25px;}
  .entire-box.pt{padding-top: 25px;}
}
@media (max-width:1280px) {
  .entire-box{padding-right: 20px; padding-left: 20px; background: none;}
  .entire-box.pt{padding-top: 20px;}
  .entire-box.tline:before{content: normal;}
}
@media (max-width:768px) {
  .entire-box{padding-right: 0; padding-left: 0; margin-bottom: 0;}
  .entire-box.pt{padding-top: 0;}
  .entire-box.add-lg-shadow{box-shadow: none;}	
  .entire-box.add-sm-shadow{box-shadow: none;}
  .entire-box.add-lg-shadow-blue{box-shadow: none;}	
  .entire-box.add-sm-shadow-blue{box-shadow: none;}
}
.radius3{border-radius: 3px;}
.radius5{border-radius: 5px;}
.radius8{border-radius: 8px;}
.add-lg-shadow{background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
.add-sm-shadow{background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, .1);}
.add-lg-shadow-blue{background-color: #fff; box-shadow: 0 0 20px rgba(25, 119, 212, .1);}
.add-sm-shadow-blue{background-color: #fff; box-shadow: 0 0 12px rgba(25, 119, 212, .1);}
@media (max-width:992px) {
.body-body{padding-top:100px}
  .add-lg-shadow{box-shadow: 0 0 15px rgba(0, 0, 0, .1);}	
  .add-sm-shadow{box-shadow: 0 0 5px rgba(0, 0, 0, .1);}	
}
.setIE.ie8 .add-lg-shadow{border: 1px solid #e2e2e2;}
.setIE.ie8 .add-sm-shadow{border: 1px solid #e2e2e2;}
.setIE.ie8 .add-lg-shadow-blue{border: 1px solid #cfe7ff;}
.setIE.ie8 .add-sm-shadow-blue{border: 1px solid #cfe7ff;}

.add-border{border: 1px solid #ddd;}
.add-border-blue{border: 1px solid #cfe7ff;}

/*网页通用效果*/
/***
.elli-s:单行省略号
.elli-m:多行省略号
.transition:过渡效果
.imgscale:鼠标经过，图片放大效果
 ***/
.elli-s{display: block; max-width:100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.elli-m{display: -webkit-box; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden;}
.ie .elli-m{display: inline-block;}
.transition,
.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.imgzoom img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgzoom:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}



/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.place .pic img,
.place .pic video{display: block; width: 100%; height:100%; min-height: 100%; object-fit: cover;}

@media (max-width:414px) {
  .place{padding-top: 66.67%;}
}


/* tab */
/* 
两种风格标题选项卡样式
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
 */
.tab-brief > .hd{position: relative; border-bottom: 1px solid #e2e2e2; line-height: 30px;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; margin-right: 2em; font-size: 1.25em; color: #333;}
.tab-brief > .hd li a{position: relative; z-index: 5; color: #333;}
.tab-brief > .hd li a:hover{color: #035abe;}
.tab-brief > .hd li:last-child{margin-right: 0;}
.tab-brief > .hd li.on{font-weight: bold; color: #035abe;}
.tab-brief > .hd li.on a{color: #035abe;}
.tab-brief > .hd li.on a:hover{color: #035abe;}
.tab-brief > .hd .more{position: absolute; top: 50%; right: 0; z-index: 2; line-height: 26px; margin-top: -14px;}
.tab-brief > .hd ul.free{float: none;}
.tab-brief > .hd ul.free li{padding: 0 !important; margin-right: 0 !important;}
.tab-brief > .hd ul.free.col4 li{width: 25%;}
.tab-brief > .hd ul.free.col2 li{width: 50%;}
.tab-brief > .js-hd li.on{cursor: pointer;}
.tab-brief.bluehr > .hd{border-bottom: 2px solid #9cc8e6;}
.tab-brief.nob{border-bottom: none !important;}
.tab-brief.nob > .hd{border-bottom: none;}
.tab-brief.format > .hd{background: #f5f5f5;}
.tab-brief.linearbar > .hd{padding: 4px 0; line-height: 48px; background-color: #f5f5f5;
background-image: linear-gradient(to right, #f5f5f5, #ffffff);
background-image: -webkit-linear-gradient(to right, #f5f5f5, #ffffff);
background-image: -o-linear-gradient(to right, #f5f5f5, #ffffff);
background-image: -moz-linear-gradient(to right, #f5f5f5, #ffffff);
background-image: -ms-linear-gradient(to right, #f5f5f5, #ffffff);}
.tab-brief.spilt > .hd li{padding: 0 .75em; margin-right: 0; margin-bottom: .5em;}
.tab-brief.spilt > .hd li:before{position: absolute; top: 50%; right: 0; content: ""; width: 1px; height: 20px; margin-top: -10px; background: #9a9a9a;}
.tab-brief.spilt > .hd li:last-child:before{content: normal;}
.tab-brief.spilt > .hd li.on{color: #035abe; cursor: pointer;}
.tab-brief.spilt > .hd li.on a{color: #035abe;}
.tab-brief.spilt > .hd li.on a:hover{color: #035abe;}
.tab-brief.square > .hd li{position: relative; padding-left: 1em; margin-right: .75em;}
.tab-brief.square > .hd li:before{position: absolute; top: 50%; left: 0; width: .225em; height: .9em; margin-top: -.45em; background-color: #035abe;}
.tab-brief.square > .hd li.on:before{content: "";}
.tab-brief.square > .hd li.current{color: #333;}
.tab-brief.square > .hd li.current:before{content: "";}
.tab-brief.underline > .hd li{padding-bottom: .625em;}
.tab-brief.underline > .hd li:before{position: absolute; bottom: -3px; left: 0; content: ''; width: 0; height: 5px; background: #035abe; overflow: hidden;}
.tab-brief.underline > .hd li.on:before{width: 100%;}
.tab-brief.underline .more{top: 0; margin-top: 0;}
.tab-brief.underline.half > .hd li:before{width: 50%;}
.tab-brief.underline.center > .hd li:before{margin: 0 auto;}
.tab-brief.underline.redline > .hd li:before{background: #d43030;}
.tab-brief.triangle-d > .hd li:after{position: absolute; bottom: 0; left: 50%; margin-bottom: -20px; margin-left: -10px; border: 10px solid transparent; border-top-color: #035abe;}
.tab-brief.triangle-d > .hd li.on:after{content: "";}
.tab-brief.card > .hd{line-height: 48px; background: #e9edf5;}
.tab-brief.card > .hd li{float: left; padding: 0 1.5em; text-align: center; margin-right: 0;}
.tab-brief.card > .hd li a{top: -1px;}
.tab-brief.card > .hd li.on{color: #fff; background: #035abe;}
.tab-brief.card > .hd li.on a{color: #fff;}
.tab-brief.card > .hd li.on a:hover{color: #fff;}
.tab-brief.card.other > .hd{background: #f5f8ff;}
.tab-brief.card.nob > .hd{background: none;}
.tab-brief.isicon > .hd li a img{display: none; margin-top: -2px; margin-right: .625em;}
.tab-brief.isicon > .hd li.on a img{display: inline-block;}

.tab-brief.isborder > .hd li{padding-top:.4125em; padding-bottom: .4125em; transition: all .3s;}
.tab-brief.isborder > .hd li b{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0 auto; z-index: 1; display: none; background: #f0f7ff; border: 1px solid #b3d6ff; transition: all .3s;}
.tab-brief.isborder > .hd li:after{position: absolute; right: 0; bottom: -15px; left: 0; z-index: 3; width: 0; height: 0; margin: 0 auto; overflow: hidden; border: 8px solid transparent; border-top-color: #f0f7ff;}
.tab-brief.isborder > .hd li:before{position: absolute; right: 0; bottom: -19px; left: 0; z-index: 2; width: 0; height: 0; margin: 0 auto; overflow: hidden; border: 10px solid transparent; border-top-color: #b3d6ff;}
.tab-brief.isborder > .hd li.on{padding-right: .875em; padding-left: .875em;}
.tab-brief.isborder > .hd li.on b{display: block;}
.tab-brief.isborder > .hd li.on:after{content: "";}
.tab-brief.isborder > .hd li.on:before{content: "";}

/*.tab-brief.normal > .hd li a{color: #808080;}
.tab-brief.normal > .hd li.on{color: #333 !important;}
.tab-brief.normal > .hd li.on a{color: #333 !important;}
.tab-brief.normal > .hd li.on a:hover{color: #333 !important;}*/
.tab-brief.white > .hd li a{color: #fff;}
.tab-brief.white > .hd li.on{color: #fff;}
.tab-brief.white > .hd li.on a{color: #fff;}
.tab-brief.whole > .hd > ul{float: none;}
.tab-brief.whole > .hd > ul li{margin-right: 0; padding: 0;}
.tab-brief.whole > .hd > ul.col-2 li{width: 50%;}
.tab-brief.whole > .hd > ul.col-3 li{width: 33.33333%;}
.tab-brief.whole > .hd > ul.col-4 li{width: 25%;}
.tab-brief.whole > .hd > ul.col-6 li{width: 16.66667%;}
.tab-brief.fs24 > .hd li{font-size: 1.375em;}
@media (max-width:1500px) {
  .tab-brief > .hd li{font-size: 1.375em; margin-right: 1.5em;}
  .tab-brief.card > .hd li{padding-right: 1.25em; padding-left: 1.25em;}
}
@media (max-width:1280px) {
  .tab-brief.fs24 > .hd li{font-size: 1.5em;}	
}
@media (max-width:992px) {
  .tab-brief > .hd li{font-size: 1.25em;}
  .tab-brief.fs24 > .hd li{font-size: 1.375em;}	
  .tab-brief.card > .hd{line-height: 42px;}
  .tab-brief.linearbar > .hd{line-height: 42px;}
}
@media (max-width:450px) {
.body-body{padding-top:80px}
  .tab-brief > .hd li{font-size: 1.125em;}	
  .tab-brief.fs24 > .hd li{font-size: 1.0625em;}	
  .tab-brief.spilt > .hd li{padding-right: .625em; padding-left: .625em;}
  .tab-brief.card > .hd{line-height: 40px;}
  .tab-brief.card > .hd li{padding: 0 .75em;}
  .tab-brief.linearbar > .hd{line-height: 40px;}
}

.tab-res-md > .res-bd > .section > .hd,
.tab-res-xs > .res-bd > .section > .hd,
.tab-res-480 > .res-bd > .section > .hd,
.tab-res-640 > .res-bd > .section > .hd{display: none;}
@media (max-width:992px) {
  .tab-res-md .res-hd{display: none;}
  .tab-res-md .res-bd .section{display: block !important;}
  .tab-res-md .res-bd .section + .section{margin-top: 30px;}
  .tab-res-md .res-bd .section .hd{display: block;}
}
.tab-res-xs > .res-bd > .section > .hd{display: none;}
@media (max-width:768px) {
  .tab-res-xs .res-hd{display: none;}
  .tab-res-xs .res-bd .section{display: block !important;}
  .tab-res-xs .res-bd .section + .section{margin-top: 30px;}
  .tab-res-xs .res-bd .section .hd{display: block;}
}
@media (max-width:640px) {
  .tab-res-640 .res-hd{display: none;}
  .tab-res-640 .res-bd .section{display: block !important;}
  .tab-res-640 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-640 .res-bd .section .hd{display: block;}
  .tab-brief.card.other.res-640 > .hd{padding-bottom: 1px;}
  .tab-brief.card.other.res-640 > .hd ul{float: none; overflow: hidden;}
  .tab-brief.card.other.res-640 > .hd ul li{padding: 0; width: 50%; background: #f7f7f7; border-bottom: 1px solid #fff;}
  .tab-brief.card.other.res-640 > .hd ul li:after{position: absolute; top: 0; bottom: 0; left: -1px; content: ""; width: 1px; background: #fff;}
}
@media (max-width:480px) {
  .tab-res-480 .res-hd{display: none;}
  .tab-res-480 .res-bd .section{display: block !important;}
  .tab-res-480 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-480 .res-bd .section .hd{display: block;}
}
.setIE.ie8 .tab-brief > .hd li{font-size: 1.25em; margin-right: 1.25em;}


/*com-fonts：设置字体大小*/
.com-fonts{font-weight: bold; font-size: 1.25em;}
@media (max-width:1500px) {
  .com-fonts{font-size: 1.3125em;}	
}
@media (max-width:992px) {
  .com-fonts{font-size: 1.25em;}
}
@media (max-width:414px) {
  .com-fonts{font-size: 1.0625em;}
}

/*com-headline*/
.com-headline{position: relative;}
.com-headline .hd{position: relative; text-align: center;}
.com-headline .hd .currentname{position: relative; z-index: 2; min-width: 20%; display: inline-block; white-space: nowrap;}
.com-headline .hd .currentname b{display: inline-block; color: #333; font-size: 2em; font-weight: bold; padding-right: 1em; padding-left: 1em; line-height: 1.25em;  letter-spacing: .0625em;}
.com-headline .hd i{position: absolute; top: 50%; height: 2px; margin-top: -1px; width: 0; background-color: #e8e8e8; background-repeat: no-repeat;}
.com-headline .hd i:before{position: absolute; top: 50%; content: ""; margin-top: -8px; border: 8px solid transparent;}
.com-headline .hd i:after{position: absolute; top: 50%; content: ""; margin-top: -6px; border: 6px solid transparent;}
.com-headline .hd i.left{left: 0; background-position: right center;}
.com-headline .hd i.left:before{right: -8px; border-left-color: #1664ce;}
.com-headline .hd i.left:after{right: 8px; border-left-color: #1664ce;}
.com-headline .hd i.right{right: 0; background-position: left center;}
.com-headline .hd i.right:before{left: -8px; border-right-color: #1664ce;}
.com-headline .hd i.right:after{left: 8px; border-right-color: #1664ce;}
.com-headline.isicon .hd .currentname b img{width: 1.5em; margin-right: .5em;}
.com-headline.isblue i{background: #5697cc;}
.com-headline.noarrow i:before{content: normal;}
.com-headline.noarrow i:after{content: normal;}
@media (max-width:1500px) {
  .com-headline .hd .currentname b{font-size: 1.875em;}	
}
@media (max-width:1280px) {
  .com-headline .hd .currentname b{font-size: 1.625em;}	
}
@media (max-width:992px) {
  .com-headline .hd .currentname b{font-size: 1.5em;}	
}
@media (max-width:640px) {
  .com-headline .hd .currentname{min-width: 30%;}
}
@media (max-width:414px) {
  .com-headline .hd .currentname{min-width: 40%;}
}

/*com-column*/
.com-column{position: relative;}
.com-column .currentname{position: relative; display: inline-block; font-size: 1.85em; font-weight: bold; line-height: 1.25em; color: #333;}
.com-column .com-more-button{position: absolute; top: 50%; right: 0; margin-top: -10px;}

@media (max-width:1500px) {
  .com-column .currentname{font-size: 1.75em;}	
}
@media (max-width:1280px) {
  .com-column .currentname{font-size: 1.625em;}	
}
@media (max-width:992px) {
  .com-column .currentname{font-size: 1.5em;}
}

/*more*/
/*
.com-more:电脑端-更多
.m-com-more:移动端-更多
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
*/
.com-more{color: #999;}
.com-more a{display: inline-block; /*padding-right: .5em; padding-left: .875em; */ color: #2a82e4; font-size: 15px;}
.com-more a font{font-size: 14px; font-family: "宋体"; font-weight: bold; margin-left: .25em;}
.com-more a:hover{color: #1760ad;}
@media (max-width:640px) {
  .com-more{display: none;}	
  .com-more.mobile{display: block;}
}

.com-more-button{position: relative; float: right; width: 26px; height: 20px;}
.com-more-button span{position: absolute; display: block; left: 0; width: 100%; height: 18.5%; background: #5f92cd; transition: all .3s; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border-radius: 100px;}
.com-more-button span:nth-child(1){top: 0%;}
.com-more-button span:nth-child(2){top: 50%; width: 75%;}
.com-more-button span:nth-child(3){top: 100%; width: 90%;}

.m-com-more{clear: both; padding-top: 20px; padding-bottom: 10px; text-align: center; display: none;}
.m-com-more a{display: inline-block; padding: .5em 0 .5em .5em; width: 30%; min-width: 120px; color:#666; text-align: center; background-color: #f5f5f5; border: 1px solid #e6e6e6; border-radius:5px;}
@media (max-width:640px) {
  .m-com-more{display: block;}
}


/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
col*:*列
space*:多列之间含*px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist li{position: relative; padding-top: .5em; padding-bottom: .5em; line-height: 1.6em; overflow: hidden; vertical-align:  top;}
.infolist li a{float: left; position: relative; max-width:100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;display:inline-block}
.infolist li a font{color: #7ca4d8; margin-right: 5px;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position: absolute; top: auto; right: 0; margin: auto 0; font-size: .9375em; color: #999;}
.infolist li a br{display: none;}
.infolist.md li{padding-right: 4.25em;}
.infolist.ymd li{padding-right: 6.25em;}
.infolist li:hover a{color: #1d59b3;}
.infolist li:hover a font{color: #1d59b3;}
.infolist li:hover .time{color: #1d59b3;}

.infolist.lines4{height: 10.4em;}
.infolist.lines5{height: 13em;}
.infolist.lines6{height: 15.6em;}
.infolist.lines7{height: 18.2em;}
.infolist.lines8{height: 20.8em;}

.infolist.resize li{padding-top: .75em; padding-bottom: .75em;}

.infolist.notime li .time{display: none !important;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{position: absolute; top: -2px; left: 0; margin-top: .8em; content: ""; width: 5px; height: 5px; background: #c0dcfc; background-repeat: no-repeat; background-position: 0 0; border-radius: 50%;}
.infolist.dot li:hover a:before{background: #035abe;}

.infolist.diamond li a{padding-left: 18px;}
.infolist.diamond li a:before{position: absolute; top: -3px; left: 1px; margin-top: .8em; content: ""; width: 6px; height: 6px; background: #939598; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.infolist.solidline li{padding-top: 1.125em; padding-bottom: 1.125em;}
.infolist.solidline li:after{position: absolute; right: 0; left: 0; content: ""; bottom: 0; border-bottom: 1px solid #e5e5e5;}
.infolist.dashedline li{padding-top: 1.125em; padding-bottom: 1.125em;}
.infolist.dashedline li:after{position: absolute; right: 0; left: 0; content: ""; bottom: 0; border-bottom: 1px dashed #e5e5e5;}

.infolist.markers em{display: inline-block; margin-right: .625em; font-style: normal; line-height: 1.375em;}
.infolist.markers em.over{color: #9eadb6;}
.infolist.markers em.begin{color: #cc0000;}

.infolist.col-2 li, .infolist.col-3 li, .infolist.col-4 li{float: left;}
.infolist.col-2 li{width: 50%;}
.infolist.col-3 li{width: 33.33333%;}
.infolist.col-4 li{width: 25%;}
.infolist.col-5 li{width: 20%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.solidline li:after{margin-right: 10px; margin-left: 10px;}
.infolist.space20.dashedline li:after{margin-right: 10px; margin-left: 10px;}
.infolist.space20.md li{padding-right:4.625em;}
.infolist.space20.ymd li{padding-right:6.875em;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.solidline li:after{margin-right: 15px; margin-left: 15px;}
.infolist.space30.dashedline li:after{margin-right: 15px; margin-left: 15px;}
.infolist.space30.md li{padding-right:5em;}
.infolist.space30.ymd li{padding-right:7.5em;}
.infolist.space40{margin-left: -20px; margin-right: -20px;}
.infolist.space40 li{padding-left: 20px; padding-right: 20px;}
.infolist.space40 li .time{right: 20px;}
.infolist.space40.solidline li:after{margin-right: 20px; margin-left: 20px;}
.infolist.space40.dashedline li:after{margin-right: 20px; margin-left: 20px;}
.infolist.space40.md li{padding-right: 5.75em;}
.infolist.space40.ymd li{padding-right: 7.75em;}
@media (max-width:1500px) {
  .infolist li .time{font-size: 1em;}
}
@media (max-width:1280px) {
  .infolist.space40{margin-left: -15px; margin-right: -15px;}
  .infolist.space40 li{padding-left: 15px; padding-right: 15px;}
  .infolist.space40 li .time{right: 15px;}
  .infolist.space40.solidline li:after{margin-right: 15px; margin-left: 15px;}
  .infolist.space40.dashedline li:after{margin-right: 15px; margin-left: 15px;}
  .infolist.space40.md li{padding-right: 5em;}
  .infolist.space40.ymd li{padding-right: 7em;}	
}
@media (max-width:992px) {
  .infolist.col-2, .infolist.col-3, .infolist.col-4{margin-right: 0; margin-left: 0;}
  .infolist.col-2 li, .infolist.col-3 li, .infolist.col-4 li{width: 100%; padding-right: 0; padding-left: 0;}
  .infolist.md[class*="space"] li{padding-right:4.5em;}
  .infolist.ymd[class*="space"] li{padding-right:6.5em;}
  .infolist.solidline[class*="space"] li:after{margin-right: 0; margin-left: 0;}
  .infolist.dashedline[class*="space"] li:after{margin-right: 0; margin-left: 0;}
  .infolist[class*="space"] li .time{right: 0;}
}

@media (max-width:480px) {
  .res.infolist li{padding-right:0 !important; position: relative;}
  .res.infolist li a{position: static; display: inline; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist li a .elli-m{display: inline;}
  .res.infolist li .time{position:static; display: inline-block;}
  .res.infolist.dot li{padding-left: 1.125em;}
  .res.infolist.dot li a:before{margin-top: 1.425em;}
  .res.infolist.dot.solidline li a:before{margin-top: 1.9875em;}
  .res.infolist.dot.dashedline li a:before{margin-top: 1.9875em;}
}
.setIE.ie8 .infolist[class*="space"] li{padding-right: 14px;}

/*newslist*/
/***
.time1:上=md=月-日，下=yy=年份
.time2:上=dd=日，下=ym=年-月
 ***/
.newslist li .itm{position: relative; padding: 15px 0 15px 90px;}
.newslist li .itm .caption{line-height: 1.5em; height: 3em; display: table-cell; vertical-align: middle; text-align: left;}
.newslist li .itm .caption a{max-height: 3em;}
.newslist li .itm .desc{margin-top: 10px; font-size: .875em; color: #999;}
.newslist li .itm .time{position: absolute; top: 50%; left: 0; width: 75px; margin-top: -25px; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #666;}
.newslist li .itm .time font{display: none;}
.newslist li .itm .time.time1 .md{position: absolute; top: 0; right: 0; left: 0; display: block; font-size: 1.125em; line-height: 25px;}
.newslist li .itm .time.time1 .yy{display: block; font-size: 1.125em; margin-top: 25px; line-height: 25px; color: #999; letter-spacing: 2px;}
.newslist li .itm .time.time2 .dd{position: absolute; top: 0; right: 0; left: 0; display: block; font-weight: bold; text-align: center; height: 25px; font-size: 2em; line-height: 25px;}
.newslist li .itm .time.time2 .ym{display: block; margin-top: 30px; text-align: left; color: #999; text-align: center; line-height: 25px;}
.newslist.line li .itm i{position: absolute; left: -8px; width: 16px; height: 16px; margin-top: 2px; border: 1px solid transparent; border-radius: 50%; transition: all .3s;}
.newslist.line li .itm i:before{position: absolute; top: 50%; left: 50%; content: ""; margin-top: -3px; margin-left: -3px; width: 6px; height: 6px; background: #dbdbdb; border-radius: 50%; transition: all .3s;}
.newslist.line li .itm .time{top: 15px; left: 8px; margin-top: 0;}
.newslist.line li .itm:before{position: absolute; top: -1px; bottom: 0; left: 0; content: ""; border-left: 2px dotted #dbdbdb;}
.newslist.line li:first-child .itm:before{top: 30px;}
.newslist.line li:last-child .itm:before{bottom: 55px;}
.newslist.split li .itm{padding-left: 95px;}
.newslist.split li .itm:before{position: absolute; top: 18%; bottom: 18%; left: 75px; margin-left: 3px; width: 1px; content: ""; background-color: #e2e2e2;}

.newslist li:hover .itm i{border-color: #1d59b3; background: #fff;}
.newslist li:hover .itm i:before{background: #1d59b3;}
.newslist li:hover .itm .caption a{color: #1d59b3;}
.newslist li:hover .itm .time.time1 span.md{color: #1d59b3;}
.newslist li:hover .itm .time.time1 span.yy{color: #1d59b3;}
.newslist.col-2 li, .infolist.col-3 li, .infolist.col-4 li{float: left;}
.newslist.col-2 li{width: 50%;}
.newslist.col-3 li{width: 33.33333%;}
.newslist.col-4 li{width: 25%;}
.newslist.space20{margin-left: -10px; margin-right: -10px;}
.newslist.space20 li .itm{margin-left: 10px; margin-right: 10px;}
.newslist.space30{margin-left: -15px; margin-right: -15px;}
.newslist.space30 li .itm{margin-left: 15px; margin-right: 15px;}
.newslist.space40{margin-left: -20px; margin-right: -20px;}
.newslist.space40 li .itm{margin-left: 20px; margin-right: 20px;}
@media (max-width:992px) {
  .newslist li .itm{padding: 10px 0 10px 80px;}
  .newslist li .itm .time.time2{width: 60px;}
  .newslist.line li .itm .time{top: 10px;}
  .newslist.line li:first-child .itm:before{top: 25px;}
  .newslist.line li:last-child .itm:before{bottom: 50px;}
  .newslist.split li .itm:before{margin-left: 0;}
  .newslist.col-2, .newslist.col-3, .newslist.col-4{margin-right: 0; margin-left: 0;}
  .newslist.col-2 li, .newslist.col-3 li, .newslist.col-4 li{width: 100%;}
  .newslist.col-2 li .itm, .newslist.col-3 li .itm, .newslist.col-4 li .itm{margin-right: 0; margin-left: 0;}
}
@media (max-width:450px) {
  .newslist li .time{color: #999;}
  .newslist li .time span.dd{top: 0; font-size: 1.5em}
  .newslist.split li .itm{padding-left: 80px;}
  .newslist.split li .itm:before{left: 70px;}
  .newslist.res li{padding-left: 0;}
  .newslist.res li .caption{height: auto; display: block;}
  .newslist.res li .caption a{display: block; max-height: none;}
  .newslist.res li .time{position: static; width: auto; margin-top: 8px; text-align: left;}
  .newslist.res li .time span{display: inline!important; font-size: 1em !important; font-weight: normal !important; color: #808080!important;}
  .newslist.res li .time.time1 span.yy{margin-top: 0;}
  .newslist.res li .time.time1 span.md{position: static;}
  .newslist.res li .time.time2 span.ym{margin-top: 0;}
  .newslist.res li .time.time2 span.dd{position: static;}
  .newslist.res li .time span font{display: inline;}	
  .newslist.res.line li .itm{padding-left: 20px;}
  .newslist.res.line li:last-child .itm:before{bottom: 20px;}
  .newslist.res.split li .itm{padding-left: 0;}
  .newslist.res.split li .itm:before{content: normal;}
}


/* imagelist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
=== */
.imagelist ul{zoom: 1;}
.imagelist ul li{position: relative; float: left; width: 100%;}
.imagelist ul li a{position: relative; display: block; overflow: hidden;}
.imagelist ul li a.shadow{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.imagelist ul li a .place{padding-top: 56.25%;}
.imagelist ul li a .place .play{position: absolute; top: 50%; left: 50%; z-index: 1; width: 75px; height: 75px; margin-top: -38px; margin-left: -37px;}
.imagelist ul li a .caption.normal{padding: .75em; line-height: 1.5em;}
.imagelist ul li a .caption.normal .table{position: relative; width: 100%; height: 3em; display: table;}
.imagelist ul li a .caption.normal .table .inline{position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.imagelist ul li a .caption.normal .table .inline.vtop{vertical-align: top;}
.imagelist ul li a .caption.fixed{position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; padding: 5%; color: #fff; text-align: center; background-color: rgba(0,0,0,.5);}
.imagelist ul li a .caption.border{border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6;}
.imagelist ul li a .caption.bgcolor{background: #f2f2f2;}
.imagelist ul li a.padding{padding: .75em;}
.imagelist ul li a.padding .caption.normal{padding: 1.625em 0 1.375em;}
.imagelist .col-2 li{width: 50%;}
.imagelist .col-4 li{width: 25%;}
.imagelist .col-3 li{width: 33.33333%;}
.imagelist.space15 ul{margin: -15px -7px 0 -8px;}
.imagelist.space15 li a{margin: 15px 7px 0 8px;}
.imagelist.space20 ul{margin: -20px -10px 0;}
.imagelist.space20 li a{margin: 20px 10px 0;}
.imagelist.space30 ul{margin: -30px -15px 0;}
.imagelist.space30 li a{margin: 30px 15px 0;}
@media (max-width:1500px) {	
  .imagelist ul{margin: -25px -12px 0 -13px !important;}
  .imagelist ul li a{margin: 25px 12px 0 13px !important;}
  .imagelist ul li a.shadow{box-shadow: 0 2px 8px rgba(0, 0, 0, .15);}	
  .imagelist ul li a .place .play{width: 60px; height: 60px; margin-top: -30px; margin-left: -30px;}
  .imagelist ul li a.padding .caption.normal{padding: 1em 0 .75em;}
}
@media (max-width:1280px) {
  .imagelist ul{margin: -20px -10px 0 !important;}
  .imagelist ul li a{margin: 20px 10px 0 !important;}
  .imagelist.res .col4 li{width: 33.33333%;}
}
@media (max-width:992px) {
  .imagelist ul{margin: -15px -7px 0 -8px !important;}
  .imagelist ul li a{margin: 15px 7px 0 8px !important;}
  .imagelist ul li a.shadow{box-shadow: 0 0 5px rgba(0, 0, 0, .15);}
  .imagelist ul li a.padding{padding: 0;}
  .imagelist ul li a.padding .caption.normal{padding: .75em .5em;}
  .imagelist.res ul li{width: 50% !important;}
}
@media (max-width:414px) {
  .imagelist ul li a.padding .caption.normal{padding: .5em .3125em;}
  .imagelist.res ul li{width: 100% !important;}
  .imagelist.res ul li a .caption.inline .elli-m{display: inline-block; height: auto;}
}
.setIE.ie8 .imagelist ul{margin: -25px -12px 0 -13px;}
.setIE.ie8 .imagelist ul li a{margin: 25px 12px 0 13px;}
.setIE.ie8 .imagelist ul li a.shadow .caption.normal{margin-top: -1px; padding: .625em; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2;}
.setIE.ie8 .imagelist ul li a.padding.shadow{padding: 0;}


/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.menu-cards li{float: left; width: 100%;}
.menu-cards li a.item{position: relative; display: block; background: #fff; border: 1px solid #fff; text-align: center;}
.menu-cards li a.item i{display: inline-block; position: relative; width: 50px; height: 50px; margin-right: 3%; vertical-align: middle; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
.menu-cards li a.item i img{display: block; position: relative; z-index: 2; width: 100%; height: 100%;}
.menu-cards li a.item i:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-repeat: no-repeat;}
.menu-cards li a.item span{display: inline-block; position: relative; vertical-align: middle; margin-top: -3px; line-height: 1.375em; text-align: left; max-width: 60%;}
.menu-cards li a.item span b{display: block;}
.menu-cards li a.item.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.menu-cards li a.item.rotateY360:hover i{transform: rotateY(360deg); transition: all .5s linear;}
.menu-cards li a.item.rotate360:hover i{transform: rotate(360deg); transition: all .5s linear;}
.menu-cards li a.item.trun360:hover i{-webkit-animation: turn 5s linear infinite;
-moz-animation: turn 5s linear infinite;
-o-animation: turn 5s linear infinite;
-ms-animation: turn 5s linear infinite;
animation: turn 5s linear infinite;}

.menu-cards.inline li a.item span{max-width: 96%;}
.menu-cards.abs li a.item{padding-left: 12%; padding-right: 3%; text-align: left;}
.menu-cards.abs li a.item i{position: absolute; top: 0; bottom: 0; left: 3%; width: 8%; height: auto; margin: auto 0; text-align: center;}
.menu-cards.abs li a.item i img{display: inline-block; max-width: 55px; height: auto;}
.menu-cards.abs li a.item span{max-width: 100%; width: 100%;}
.menu-cards.abs li a.item span .elli-m{line-height: 1.5em; max-height: 3em;}

.menu-cards.break li a.item{text-align: center;}
.menu-cards.break li a.item i{display: block; margin: 0 auto .75em;}
.menu-cards.break li a.item span{display: block; max-width: none; width: auto; text-align: center; transition: .3s all;}

.menu-cards.format li a.item span{text-align: center;}

.menu-cards.position a.item{text-align: left; line-height: 70px}
.menu-cards.position a.item i{position: absolute; top: 5px; right: 5px; bottom: 5px; height: auto;}
.menu-cards.position a.item i img{position: absolute; right: 0; bottom: 0; height: auto;}
.menu-cards.position a.item span{position: relative; z-index: 10; margin-left: 8%; transition: all .3s;}
.menu-cards.position a.item:hover span{margin-left: 10%;}

.menu-cards.default li a.item{padding-top: .875em; padding-bottom: .875em; background-color: #fff;}
.menu-cards.default li a.item:hover{box-shadow: 5px 5px 15px rgba(204, 227, 255, .6);}

.menu-cards.bluish li a.item{background: #f2faff; border-color: #f2faff;}
.menu-cards.bluish li a.item:hover{background: #fff; border-color: #cfe7ff; box-shadow: 0 0 15px rgba(29, 89, 179, .2);}

.menu-cards.lightblue li a.item{background: #f0f6ff; border-color: #f4f9fc;}
.menu-cards.lightblue li a.item:hover{background: #fff; border-color: #d7e4f7; box-shadow: 0 0 15px rgba(29, 89, 179, .2);}

.menu-cards.lightgray li a.item{background: #f9f9f9; border-color: #f9f9f9;}
.menu-cards.lightgray li a.item:hover{background: #fff; border-color: #d7e4f7; box-shadow: 0 0 15px rgba(29, 89, 179, .2);}

.menu-cards.border li a.item{border-color: #e6e6e6;}
.menu-cards.border li a.item:hover{border-color: #91bee3;}

.menu-cards.splitline li a.item:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.menu-cards.splitline li.last a.item:before{content: normal;}

.menu-cards.radius li a.item{border-radius: 5px;}

.menu-cards.shadow li a.item{padding-top: 23px; padding-bottom: 23px; border-radius: 5px; background: #fff; box-shadow: 0 0 8px rgba(184,60,22,.2);}
.setIE.ie8 .menu-cards.shadow li a.item{border: 1px solid #f7e8dc;}

.menu-cards.col-2 li{width: 50%;}
.menu-cards.col-3 li{width: 33.33333%;}
.menu-cards.col-4 li{width: 25%;}
.menu-cards.col-5 li{width: 20%;}
.menu-cards.col-6 li{width: 16.66667%;}
.menu-cards.col-8 li{width: 12.5%;}

.menu-cards.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
.menu-cards.space2 li a{margin: 2px 1px 0;}
.menu-cards.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
.menu-cards.space10 li a{margin: 10px 5px 0;}
.menu-cards.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
.menu-cards.space15 li a{margin: 15px 7px 0 8px;}
.menu-cards.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
.menu-cards.space20 li a{margin: 20px 10px 0;}
.menu-cards.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
.menu-cards.space30 li a{margin: 15px;}
.menu-cards.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
.menu-cards.space40 li a{margin: 20px;}
@media (max-width:1500px) {
  .menu-cards.space30{margin: -10px -10px 0 -10px;}
  .menu-cards.space30 li a{margin: 10px;}
  .menu-cards.space40{margin: -15px -15px 0 -15px;}
  .menu-cards.space40 li a{margin: 15px;}
}
@media (max-width:1280px) {
  .menu-cards{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
  .menu-cards li a{margin: 15px 7px 0 8px !important;}
  
  .menu-cards.abs li a.item{padding-left: 16%;}
  .menu-cards.abs li a.item i{width: 11%;}
}
@media (max-width:992px) {
  .menu-cards{margin-top: -1px !important; margin-right: 0 !important; margin-left: -1px !important;}
  .menu-cards li a.item{margin: 1px 0 0 1px !important;}
  .menu-cards.unmerge{margin: -15px -7px 0 -8px !important;}
  .menu-cards.unmerge li a.item{margin: 15px 7px 0 8px !important;}
  .menu-cards.ismerge{margin: 0 !important; padding-top: 1px; padding-left: 1px;}
  .menu-cards.ismerge li a.item{margin: -1px 0 0 -1px !important;}
  .menu-cards.res li{width: 33.33333% !important;}
}
@media (max-width:450px) {
  .menu-cards.res li{width: 50% !important;}
  .menu-cards.shadow li a.item{padding-top: 15px; padding-bottom: 15px;}
}

/* 内页innerpage */
/*** 当前位置 ***/
.crumb h2{position: relative; padding: 15px 0 15px 26px; font-size: .875em; color: #666; line-height: 28px; font-weight: normal;}
.crumb h2:before{position: absolute; top: 4px; left: 0; content: ""; margin-top: 15px; width: 16px; height: 21px; background: url(../images/public/location.png) no-repeat center;}
.crumb h2 em{font-style: normal;}
.crumb a{color: #666;}
.crumb a:hover{color: #333;}
.crumb span{color: #333;}
.crumb.gray{background: #f7f7f7;}
.crumb.line .container{border-bottom: 1px solid #ddd;}
.crumb.unset{margin-top: 10px; margin-bottom: -30px;}
@media (max-width:1280px) {
  .crumb.line{border-bottom: 1px solid #ddd;}
  .crumb.line .container{border-bottom: none;}
  .crumb.unset{margin-bottom: -25px;}
}
@media (max-width:992px) {
  .crumb h2{display: block; font-size: 1em;}
  .crumb h2 em{display: none;}
}
@media (max-width:768px) {
  .crumb{margin-top: 0 !important; margin-bottom: 20px !important; background: #f7f7f7; border-bottom: none; }
  .crumb h2{padding: 12px 0;}
  .crumb h2:before{content: normal;}
}

/*** 内页布局 ***/
.container-innerpage{position: relative;}
.container-innerpage .padding-box{padding: 30px 30px 0;}
.container-innerpage .splitline:before{position: absolute; top: 0; bottom: 0; left: 20.5%; margin-left: 20px; width: 1px; content: ""; background-color: #e6e6e6;}
.container-innerpage .splitcase:before{position: absolute; top: 0; bottom: 2px; left: 0; content: ""; width: 20.5%; background: #f8fbff; border: 1px solid #aec8e4;}
.container-innerpage .splitcase:after{position: absolute; top: 0; bottom: 2px; left: 0; z-index: 20; content: ""; width: 3px; background: #035abe;}
@media (max-width:1500px) {
  .container-innerpage .padding-box{padding: 25px 25px 0;}	
}
@media (max-width:1280px) {
  .container-innerpage .padding-box{padding: 20px 20px 0;}
  .container-innerpage .splitline:before{left: 25%;}
  .container-innerpage .splitcase:before{width: 25%;}	
}
@media (max-width:992px) {
  .container-innerpage .splitline:before{content: normal;}
  .container-innerpage .splitcase:before{content: normal;}
  .container-innerpage .splitcase:after{content: normal;}
}
@media (max-width:768px) {
  .container-innerpage{margin-top: 0;}	
  .container-innerpage .padding-box{margin-right: -15px; margin-left: -15px; padding-right: 15px; padding-left: 15px; margin-bottom: 0;}
  .container-innerpage .padding-box{padding-top: 0; box-shadow: none;}
  .container-innerpage .padding-box.addborder{border: none;}
}
.sidebar{float: left; width: 20.5%;}
@media (max-width:1280px) {
  .sidebar{width: 25%;}	
}
@media (max-width:992px) {
  .sidebar{float:none; width:100% !important;}
  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar-over{width: 200px; height: 100%; overflow-x: hidden;}
  .m-sidebar-scroll{position: relative; width: 220px; height: 100%; overflow-x: hidden; overflow-y: auto;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:40px; height:40px; background:url(../images/public/m_icon_sidebar.gif) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 4px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
}
.maincontent{float: right; position: relative; width: 79.5%;}
.maincontent .inbox{padding-left: 40px;}
.maincontent .bdbox{margin-left: 30px; padding: 30px; min-height: 480px;}
.maincontent .crumb h2{padding-top: 1px; padding-bottom: 1px;}
.maincontent .crumb h2:before{margin-top: 0;}
@media (max-width:1280px) {
  .maincontent{width: 75%;}
  .maincontent .inbox{padding-left: 30px;}
  .maincontent .bdbox{margin-left: 20px;}	
}
@media (max-width:992px) {
  .maincontent{float: none; width: 100%!important;}
  .maincontent .inbox{padding-left: 0;}
  .maincontent .bdbox{margin-left: 0; padding: 0; border: none;}
  .maincontent .crumb{float: none; margin-bottom: 15px;}
}
@media (max-width:768px) {
  .maincontent.offset{margin-top: -25px;}
  .maincontent.offset .crumb{float: none; margin-right: -15px; margin-left: -15px;}
  .maincontent.offset .crumb h2{padding: 12px 15px;}
}

.parentname{position: relative; z-index: 12; margin-right: -2px; line-height: 1.6em; padding: 6% 6% 6% 15%; font-weight: bold; font-size: 1.375em; color: #035abe; text-align: left; border-bottom: 1px solid #aec8e4; overflow: hidden;}
.parentname span{position: relative; z-index: 2;}
@media (max-width:1280px) {
  .parentname{font-size: 1.25em;}
}
@media (max-width:992px) {
  .parentname{margin-right: 20px; padding: 20px 35px 20px 15px; font-size: 1.125em; color: #fff; background: #035abe;}
}

.sidenav{position: relative; z-index: 11; margin-right: -2px; overflow: hidden;}
.sidenav li > a{position: relative; display: block; margin-top: -1px; padding: 15px 6% 15px 15%; font-size: 1em; line-height: 26px;}
.sidenav li > a span{position: relative; z-index: 2;}
.sidenav li > a b{display: none;}
.sidenav li > a i{position: absolute; top: 50%; right: 8%; z-index: 2; margin-top: -.5em; line-height: 1em; display: none;}
.sidenav li a:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; display: none; border: 1px solid #aec8e4;}
.sidenav li > a:hover{color: #035abe;}
.sidenav li.on > a{color: #035abe; background: #f0f6fb;}
.sidenav li.on > a:before{display: block;}


.sidenav li > .subnav{padding: .5em 6% .5em 15%;}
.sidenav li > .subnav dd{padding: .5em 0 .5em 1.125em; font-size: .9375em; line-height: 1.6em;}
.sidenav li > .subnav dd a.active{color: #c10000;}
@media (max-width:1280px) {
  .sidenav li > a{font-size: 1em;}
}
@media (max-width:992px) { 
  .sidenav{margin-right: 20px; margin-top: -1px;}
  .sidenav li > a{display: block; margin-top: 0; padding: 15px 35px 15px 15px; font-size: 1em; background: #f8f8f8; border-top: 1px solid #eeeeee; border-right: none; border-bottom: none; border-left: none; text-align: left;}
  .sidenav li > a i{right: 12px;}
  .sidenav li > a:before{content: normal;}
  .sidenav li.on > a{color: #035abe; background: #fff;}
  .sidenav li.on > a i{display: block;}
  .sidenav li.on > a:before{display: none;}
  
  .sidenav li > .subnav{background: #f8f8f8; border-top: 1px solid #eeeeee;}
}

.pagelist .addline{margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #d3d3d3;}
@media (max-width:992px) {
  .pagelist .addline{margin-bottom: 15px; padding-bottom: 15px;}
}
@media (max-width:480px) {
  .pagelist .addline{padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
  .pagelist.res li{padding-top: 1.125em; padding-bottom: 1.125em; border-bottom: 1px dashed #ccc;}
  .pagelist.res li a{display: inline-block; position: relative; padding-right: 0; overflow: visible;}
  .pagelist.res li a:before{left: -18px; margin-top: 0.8em !important;}
  .pagelist.res li .time{display: block; margin-top: .3125em; font-size: .9375em;}	
  .pagelist.res li .time:before{content: "发布时间：";}
}

.pagemore{text-align: center;}
.pagemore a{display: inline-block; font-size: 1em; text-align: center; background: #035abe;}

/*** 分页 ***/
.pagination{font-size: 14px; line-height: 20px; text-align: left; clear: both;}
.pagination ul li{display: inline-block; margin: 3px;}
.pagination ul li .up{display: inline-block; vertical-align: top; padding: 6px 15px; color: #666; height: 20px; line-height: 20px; text-align: center; transition:  all .2s; -webkit-transition: all .2s; background: #fff; border: 1px solid #d3d3d3; zoom: 1;}
.pagination ul li.current .up{background: #2e68ba; border-color: #2e68ba; color: #fff;}
.pagination ul li a:hover{color: #666; border-color: #c3c3c3;}
.pagination ul li.total{display: none;}
.pagination ul li.pageJump span{display: inline-block; vertical-align: top; height: 32px; line-height: 32px; margin-right: 4px; margin-left: 4px;}
.pagination ul li.pageJump .inputtext{width: 45px; padding-right: 0; padding-left: 0;}
.pagination ul li.pageJump .inputtext:hover{border-color: #e1e1e1;}
.pagination ul li.pageJump .inputtext:focus{border-color: #d6d6d6;}
.pagination ul li.pageJump .okbtn{display: block; background: #2e68ba; border-color: #2e68ba; color: #fff;}
.pagination ul li.first .up{background: #f2f2f2; border-color: #f2f2f2;}
.pagination ul li.prev .up{background: #f2f2f2; border-color: #f2f2f2;}
.pagination ul li.next .up{background: #f2f2f2; border-color: #f2f2f2;}
.pagination ul li.last .up{background: #f2f2f2; border-color: #f2f2f2;}
.pagination ul li.first a:hover{background: #dfdfdf; border-color: #dfdfdf;}
.pagination ul li.prev a:hover{background: #dfdfdf; border-color: #dfdfdf;}
.pagination ul li.next a:hover{background: #dfdfdf; border-color: #dfdfdf;}
.pagination ul li.last a:hover{background: #dfdfdf; border-color: #dfdfdf;}
.pagination.center{text-align: center;}
@media (max-width:992px) {
  .pagination ul li.pageJump{display: none;}	
}

@media (max-width:640px) {
  .pagination{text-align: left !important;}
  .pagination ul li .up{padding: 0 5px; border: none; background-color: transparent !important;}
  .pagination ul li.current .up{color: #035abe; font-weight: bold;}
}

/*easybtn*/
.easybtn{right: 20px; z-index: 1900;}
.easybtn .quick-panel{-webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.easybtn dl{position: relative; margin-bottom: 20px;}
.easybtn dl dt a{display: block; width: 40px; height: 40px; padding: 12px; background: #e6f2ff; border: 1px solid #d9eaff; border-radius: 50%; transition: all .3s; cursor: pointer; overflow: hidden;}
.easybtn dl dt a:before{content: ""; display: block; margin: 0 auto; width: 100%; height: 100%; background: url(../images/public/easybtn_icons.png) no-repeat; -webkit-transition: all linear .4s;}
.easybtn dl dt a span{display: none; text-align: center; line-height: 20px; white-space: nowrap;}
.easybtn dl.on dt a{box-shadow: none; background: #d9eaff;}
.easybtn dl dt a:hover{box-shadow: none; background: #d9eaff;}
.easybtn dl.dl-wx dt a:before{background-position: 0 -40px;}
.easybtn dl.dl-wb dt a:before{background-position: 0 -80px;}
.easybtn dl.dl-sjb dt a:before{background-position: 0 -120px;}
.easybtn dl.dl-sxb dt a:before{background-position: 0 -160px;}
.easybtn dl.dl-yssgzh dt a:before{background-position: 0 -160px;}
.easybtn dl.dl-gotop dt a:before{background-position: 0 -240px;}
.easybtn dl.dl-toggle dt a:before{background-position: 0 -280px;}
.easybtn dl.dl-gotop{display: none;}

.easybtn dl dd{position: absolute; right: 120%; top: 0; display: none;}
.easybtn dl dd .cont{position: relative; padding: 10px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.easybtn dl dd img{display: block; width: 100%; min-width: 120px;}
.easybtn dl dd span{display: block; text-align: center; padding-top: 6px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.easybtn dl dd .cont:after{position: absolute; right: -20px; top: 15px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.easybtn dl dd .cont:before{position: absolute; right: -22px; top: 14px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}
.easybtn dl dd.share{bottom: 10px; background: #fff; border: 1px solid #035abe; border-radius: 5px 0 0 5px; margin-right: -5px;}
.easybtn dl dd.share .box{padding-top: 10px; padding-left: 10;}
.easybtn dl dd.share .box #share-1{width: 220px; text-align: center;}
.easybtn dl dd.share .box #share-1 .social-share .social-share-icon{width: 30px; height: 30px; line-height: 30px;}
.easybtn dl dd.share .box .social-share .icon-wechat .wechat-qrcode{top: auto !important; bottom: 55px !important; left: -22px !important;}
.setIE.ie8 .easybtn dl dt a{background: url(../images/public/easybtn_itm_ie8.png) no-repeat;}
.setIE.ie8 .easybtn dl dd .cont{border: 1px solid #e2e2e2;}

.easybtn-opened .quick-panel{display: none;}
.easybtn-opened dl.dl-toggle dt a:before{background-position: 0 -320px;}
@media (max-width:1500px) {
  .easybtn dl{margin-bottom: 10px;}
  .easybtn dl dt a{padding: 8px; width: 30px; height: 30px;}
  .easybtn dl dt a:before{background-image: url(../images/public/easybtn_icons_sm.png);}
  .easybtn dl.dl-wx dt a:before{background-position: 0 -30px;}
  .easybtn dl.dl-wb dt a:before{background-position: 0 -60px;}
  .easybtn dl.dl-sjb dt a:before{background-position: 0 -90px;}
  .easybtn dl.dl-sxb dt a:before{background-position: 0 -120px;}
  .easybtn dl.dl-yssgzh dt a:before{background-position: 0 -120px;}
  .easybtn dl.dl-gotop dt a:before{background-position: 0 -180px;}
  .easybtn dl.dl-toggle dt a:before{background-position: 0 -210px;}
  .easybtn-opened dl.dl-toggle dt a:before{background-position: 0 -240px;}
}
@media (max-width:1280px) {
  .easybtn{position: fixed !important; top: auto !important; right: 0; bottom: 0 !important; transform: none !important;}
  .easybtn .quick-panel{display: none;}
  .easybtn dl.dl-toggle{display: none;}
  .easybtn dl.dl-gotop dt a{background: none; border: none;}
}
@media (max-width:768px) {
  .easybtn dl{margin-bottom: 0;}
}

.body-body .easybtn{position: fixed; top: 50%; transform: translateY(-50%);display:none}
.body-body .easybtn.fixed .zhankai{top: 50%; margin-top: -46px;}
.setIE.ie8 .body-body .easybtn.fixed{top: auto; bottom: 20px;}
.isshow  .body-body .easybtn{display:block}
/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000; background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%; display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 99999999999999;display: none; border:2px solid #333;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width:640px) {
  .alert-warning{left: 2%; margin-left: 0; width: 96%; height: auto;}	
  .alert-wzsm{width: 90%; height: auto; margin: 15px auto 0; line-height: 28px; font-size: 18px; color: #000;text-align:  center;}
}

/*** 滚动条 ***/
.scrollbar{position: relative;}
.scrollbar > *{border: none!important; margin-left: -1px;}
/*** 滚动条轨道 ***/
.scrollbar::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 3px; background: #f1f1f1;}
/*** 滚动条滑块 ***/
.scrollbar::-webkit-scrollbar-thumb{border-radius: 3px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #6aa3f2;}
.scrollbar.y{overflow-y: auto;}
.scrollbar.y::-webkit-scrollbar{width: 6px;}
.scrollbar.x{overflow-x: auto;}
.scrollbar.xy::-webkit-scrollbar{height: 6px;}
.scrollbar.xy{position: relative; overflow: auto;}
.scrollbar.xy::-webkit-scrollbar{width: 6px; height: 6px;}


/*** 动画 ***/
.set-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.set-anim-upbit{-webkit-animation-name: set-upbit; animation-name: set-upbit;}
/*** 微微往上滑入 ***/
@-webkit-keyframes set-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes set-upbit{
  from{transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to{transform: translate3d(0, 0, 0);  opacity: 1;}
}

@keyframes turn {
  0% {
	transform: rotate(0);
  }
  100% {
	transform: rotate(360deg);
  }
}

.swiper-fluid{position: relative;}
.swiper-grid{position: relative; overflow: hidden;}
.swiper-pagination.position{position: absolute; right: 6px; left: 6px; bottom: 5px; z-index: 10; width: auto !important; text-align: center;}
.swiper-pagination.position .swiper-pagination-bullet{display: inline-block; width: 8px; height: 8px; margin: 0 4px; font-size: .625em; color: #a3a3a3; text-align: center; line-height: 8px; border-radius: 100px; cursor: pointer; opacity: 1; transition: all .3s; border: none;} 
.swiper-pagination.position .swiper-pagination-bullet-active{color: #fff;}
.swiper-pagination.position .swiper-pagination-switch{display: inline-block; width: 8px; height: 8px; margin: 0 4px; font-size: .625em; color: #a3a3a3; text-align: center; line-height: 8px; border-radius: 100px; cursor: pointer; transition: all .3s; border: none;}
.swiper-pagination.position .swiper-active-switch{color: #fff;}
.swiper-pagination.position.nor .swiper-pagination-bullet{border-radius: 0;}
.swiper-pagination.position.nor .swiper-pagination-switch{border-radius: 0;}
.swiper-pagination.resize .swiper-pagination-bullet{width: 14px; height: 14px; line-height: 14px;}
.swiper-pagination.resize .swiper-pagination-switch{width: 14px; height: 14px; line-height: 14px;}
.swiper-pagination.default .swiper-pagination-bullet{background: #007aff; opacity: .25;}
.swiper-pagination.default .swiper-pagination-bullet-active{background: #007aff; opacity: 1;}
.swiper-pagination.default .swiper-pagination-switch{background: #007aff; opacity: .25; filter: alpha(opacity=25);}
.swiper-pagination.default .swiper-active-switch{background: #007aff; opacity: 1; filter: alpha(opacity=100);}

.swiper-pagination.white .swiper-pagination-bullet{background: #fff; opacity: .65;}
.swiper-pagination.white .swiper-pagination-bullet-active{opacity: 1;}
.swiper-pagination.white .swiper-pagination-switch{background: url(../images/public/blank_white_opa65.png);}
.swiper-pagination.white .swiper-active-switch{background: #fff;}

.swiper-pagination.red .swiper-pagination-bullet{background: #c2d8e9;}
.swiper-pagination.red .swiper-pagination-bullet-active{background: #fa6155;}
.swiper-pagination.red .swiper-pagination-switch{background: #c2d8e9;}
.swiper-pagination.red .swiper-active-switch{background: #fa6155;}

.swiper-pagination.format .swiper-pagination-bullet-active{width: 24px;}
.swiper-pagination.format .swiper-active-switch{width: 24px;}
.swiper-pagination.line .swiper-pagination-bullet{width: 40px; height: 6px;}
.swiper-pagination.line .swiper-pagination-switch{width: 40px; height: 6px;}
.swiper-pagination.static{position: static; margin-bottom: 0;}
.swiper-pagination.right{left: auto !important; margin-bottom: 0;}
.swiper-pagination.left{right: auto !important; margin-bottom: 0;}
@media (max-width:1280px) {
  .swiper-pagination.line .swiper-pagination-bullet{width: 20px;}
  .swiper-pagination.line .swiper-pagination-switch{width: 20px;}
}

.swiper-ctrl-button{position: absolute; top: 50%; z-index: 10; margin-top: -38px; width: 36px; height: 75px; cursor: pointer; transition: all .3s; cursor: pointer; border: none; overflow: hidden;}
.swiper-ctrl-button i{position: absolute; top: 50%; right: 0; left: 0; z-index: 2; text-align: center; font-size: 2.25em; color: #fff; line-height: 1em; margin-top: -.5em;}
.swiper-ctrl-button b{position: absolute; top: 50%; z-index: 2; width: 0; height: 0; margin-top: -8px; overflow: hidden; border: 8px solid transparent;}
.swiper-ctrl-button.swiper-ctrl-prev{left: 0;}
.swiper-ctrl-button.swiper-ctrl-next{right: 0;}
.swiper-ctrl-button.swiper-ctrl-next i{margin-right: -3px;}
.swiper-ctrl-button.swiper-ctrl-prev b{left: -5px; border-right-color: #fff;}
.swiper-ctrl-button.swiper-ctrl-next b{right: -5px; border-left-color: #fff;}

.swiper-ctrl-button.resize.radius.swiper-ctrl-prev:after{left: 0; border-radius: 0 5px 5px 0;}
.swiper-ctrl-button.resize.radius.swiper-ctrl-next:after{right: 0; border-radius: 5px 0 0 5px;}
.swiper-ctrl-button.resize:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: "";}
.swiper-ctrl-button.resize.normal{width: 30px; height: 56px; margin-top: -28px;}
.swiper-ctrl-button.resize.normal i{font-size: 1.75em;}
.swiper-ctrl-button.resize.mini{width: 30px; height: 50px; margin-top: -25px;}
.swiper-ctrl-button.resize.mini i{font-size: 1.5em; font-weight: normal;}
.swiper-ctrl-button.resize.lg{top: 0; bottom: 0; width: 30px; height: 100%; margin-top: auto;}
.swiper-ctrl-button.resize.lg i{font-size: 1.75em; font-weight: normal;}
.swiper-ctrl-button.round{width: 42px; height: 42px; margin-top: -21px; border-radius: 50%;} 
.swiper-ctrl-button.round i{font-size: 1.375em;}
.swiper-ctrl-button.round:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: "";}
.swiper-ctrl-button.white65:after{background: #fff; opacity: .65;}
.swiper-ctrl-button.white65 i{color: #999;}
.swiper-ctrl-button.white65:hover:after{opacity: .5;}
.swiper-ctrl-button.white65:hover i{color: #666;}
.swiper-ctrl-button.black50 i{color: #fff;}
.swiper-ctrl-button.black50:after{background: #000; opacity: .5;}
.swiper-ctrl-button.black50:hover:after{opacity: .65;}
.swiper-ctrl-button.black30 i{color: #fff;}
.swiper-ctrl-button.black30:after{background: #000; opacity: .3;}
.swiper-ctrl-button.black30:hover:after{opacity: .5;}
.swiper-ctrl-button.gray i{color: #aaa;}
.swiper-ctrl-button.gray:after{background: #f7f7f7;}
.swiper-ctrl-button.gray:hover:after{background: #e2e2e2;}
.swiper-ctrl-button.gray:hover i{color: #666;}
.swiper-ctrl-button.white i{color: #aaa;}
.swiper-ctrl-button.white{box-shadow: 0 0 20px rgba(0,0,0,.15);}
.swiper-ctrl-button.white:after{background: #ffffff;}
.swiper-ctrl-button.white:hover{box-shadow: 0 0 20px rgba(0,0,0,.25);}
.swiper-ctrl-button.white:hover i{color: #015293;}
.setIE.ie8 .swiper-ctrl-button.white65 i{color: #999;}
.setIE.ie8 .swiper-ctrl-button.white65:after{background: url(../images/public/blank_white_opa65.png);}
.setIE.ie8 .swiper-ctrl-button.white65:hover:after{background: url(../images/public/blank_white_opa50.png);}
.setIE.ie8 .swiper-ctrl-button.black50 i{color: #fff;}
.setIE.ie8 .swiper-ctrl-button.black50:after{background: url(../images/public/blank_black_opa50.png);}
.setIE.ie8 .swiper-ctrl-button.black50:hover:after{background: url(../images/public/blank_black_opa65.png);}
.setIE.ie8 .swiper-ctrl-button.black30:after{background: url(../images/public/blank_black_opa30.png);}
.setIE.ie8 .swiper-ctrl-button.black30:hover:after{background: url(../images/public/blank_black_opa50.png);}
.setIE.ie8 .swiper-ctrl-button.white:after{border: 1px solid #e2e2e2;}
.setIE.ie8 .swiper-ctrl-button.white:hover:after{border: 1px solid #e6e6e6;}

.swiper-ctrl-button.overflow{width: 32px; height: 32px; margin-top: -16px; border-radius: 50%;}
.swiper-ctrl-button.overflow i{font-size: 1.375em;}
.swiper-ctrl-button.overflow.swiper-ctrl-prev{left: -48px;}
.swiper-ctrl-button.overflow.swiper-ctrl-next{right: -48px;}
.swiper-ctrl-button.overflow:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; border-radius: 100px;}
.swiper-ctrl-button.overflow.float.swiper-ctrl-prev{left: -16px;}
.swiper-ctrl-button.overflow.float.swiper-ctrl-next{right: -16px;}
.swiper-ctrl-button.overflow.xs{width: 36px; height: 36px; margin-top: -12px;}
.swiper-ctrl-button.overflow.xs i{font-size: 1.125em;}
.swiper-ctrl-button.overflow.xs.swiper-ctrl-prev{left: -48px;}
.swiper-ctrl-button.overflow.xs.swiper-ctrl-next{right: -48px;}
.swiper-ctrl-button.overflow.xs.float.swiper-ctrl-prev{left: -18px;}
.swiper-ctrl-button.overflow.xs.float.swiper-ctrl-next{right: -18px;}

.swiper-ctrl-button.overflow.lg{width: 52px; height: 52px; margin-top: -26px;}
.swiper-ctrl-button.overflow.lg i{font-size: 1.5em;}
.swiper-ctrl-button.overflow.lg.swiper-ctrl-prev{left: -60px;}
.swiper-ctrl-button.overflow.lg.swiper-ctrl-next{right: -60px;}
.swiper-ctrl-button.overflow.lg.float.swiper-ctrl-prev{left: -26px;}
.swiper-ctrl-button.overflow.lg.float.swiper-ctrl-next{right: -26px;}

.swiper-ctrl-button.overflow.static{position: relative; top: auto !important; display: inline-block; margin-top: 0;}
.swiper-ctrl-button.overflow.static.swiper-ctrl-prev{left: auto !important;}
.swiper-ctrl-button.overflow.static.swiper-ctrl-next{right: auto !important;}
@media (max-width:1500px) {
  .swiper-ctrl-button.resize.mini{width: 20px; height: 40px; margin-top: -20px;}
  .swiper-ctrl-button.resize.mini i{font-size: 1.25em;}	
}
@media (max-width:1280px) {
  .swiper-ctrl-button.overflow.swiper-ctrl-prev{left: -15px !important;}
  .swiper-ctrl-button.overflow.swiper-ctrl-next{right: -15px !important;}
  .swiper-ctrl-button.overflow.lg{width: 40px; height: 40px; margin-top: -20px;}
  .swiper-ctrl-button.overflow.lg i{font-size: 1.375em;}	
}
@media (max-width:992px) {
  .swiper-ctrl-button.resize.mini i{font-size: 1.25em;}	
  .swiper-ctrl-button.resize.lg{width: 24px;}
  .swiper-ctrl-button.resize.lg i{font-size: 1.5em;}
}
@media (max-width:414px) {
  .swiper-ctrl-button.resize.normal{width: 25px; height: 40px; margin-top: -20px;}	
  .swiper-ctrl-button.resize.normal i{font-size: 1.375em;}
}

.button-fluid{text-align: center;}

/* 归档 */
.guidang{position: absolute; top: -45px; right: 0; width: 258px; height: 104px; background: url(/static/2023/images/public/guidang.png) no-repeat; z-index: 9;}
.guidang span{display: block; padding: 4px 0 0 116px; line-height: 32px; color: #c81208; font-size: 1em; font-weight: bold; transform:rotate(-2deg); 
-ms-transform:rotate(-2deg); 	/* IE 9 */
-moz-transform:rotate(-2deg); 	/* Firefox */
-webkit-transform:rotate(-2deg); /* Safari 和 Chrome */
-o-transform:rotate(-2deg);}

/* 手动下拉框选择 */
.select-drop{position: relative;}
.select-drop .select-title{position: relative;}
.select-drop .select-input{width: 100%; font-size: 1em; height: 50px; line-height: 50px; padding: 0 30px 0 20px; cursor: pointer; border: 0; background: none; color: #1f88de; box-sizing: border-box;}
.select-drop .select-font{position: absolute; top: 0; left: 0; line-height: 50px; color: #1d59b3;}
.select-drop .select-edge{position: absolute; right: 5px; top: 50%; color: #9bb4d4; font-size: 1.125em; line-height: 1em; margin-top: -.5em; transition: all .3s; -webkit-transition: all .3s;}
.select-drop .select-list{display: none; position: absolute; left: 0; top: 56px; z-index: 899; min-width: 100%;}
.select-drop .select-list ul{padding: 5px 0; border: 1px solid #d7e4f7; max-height: 200px; overflow-y: auto; background-color: #fff; box-sizing: border-box;}
.select-drop .select-list ul li{padding: 0 20px; line-height: 42px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.select-drop .select-list ul li{cursor: pointer;}
.select-drop .select-list ul li:hover{background-color: #eaf4ff; -webkit-transition: .5s all; transition: .5s all;}
.select-drop .select-list ul li.select-tips{padding-left: 10px !important; color: #999;}
.select-drop .select-list ul li.select-this{background-color: #1d59b3; color: #fff;}
.select-drop .select-list ul li.select-disabled{background-color: #fff;}
.select-drop-opend .select-list{display: block;}
.select-drop-opend .select-edge{margin-top: -9px; -webkit-transform:rotate(180deg); transform: rotate(180deg);}
.select-drop-opend .select-edge{margin-top: -3px\0; }
.select-drop-up ul{top: auto; bottom: 42px;}
@media (max-width:450px) {
  .select-drop .select-input{padding: 0 30px 0 15px;}	
  .select-drop .select-list ul li{padding: 0 15px;}
}

/*悬浮层*/
.body-fp-layer{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; background: url(../images/public/blank_black_opa50.png); transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden;backdrop-filter:blur(5px)}
.body-fp-layer .close{position: absolute; top: 50px; right: 30px; font-size: 3.5em; color: #ccc; cursor: pointer;}
@media (max-width:1280px){
  .body-fp-layer .close{font-size: 2.675em;}
}
@media (max-width:450px){
  .body-fp-layer .close{right: 10px; color: #f1f1f1;top:25px}	
}

.body-fp-layer .search{position: absolute; top: 50%; right: 0; left: 0; width: 40%; margin: -24px auto 0; transform:translateY(-50px); opacity: 0;}
.body-fp-layer .search dl{position: relative; background: #fff; }
.body-fp-layer .search dl dd{margin-right: 115px; margin-left: 15px;}
.body-fp-layer .search dl dd input[type="text"]{width: 100%; height: 48px; color: #a5bde1; line-height: 48px; border: none; background: none;}
.body-fp-layer .search dl dd input::-webkit-input-placeholder{color: #a2a2a2;}
.body-fp-layer .search dl dt.button{position: absolute; top: 0; right: 0; bottom: 0; width: 100px;}
.body-fp-layer .search dl dt.button .ok{position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 48px; color: #fff; background: #3f8ee8; border: none; cursor: pointer;width:100%}
.body-fp-layer.isshow{opacity: 1; visibility: visible;}
.body-fp-layer.isshow .search{transform: none; transition: all 0.5s ease-out 0s; opacity: 1;}
.fp-table{position: relative; width: 100%; height: 100%; z-index: 5; display: table; table-layout: fixed;}
.fp-table-cell{position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
@media (max-width:1280px){
  .body-fp-layer .search{width: 68%;}	
}
@media (max-width:450px){
  .body-fp-layer .search{width: auto; margin-right: 15px; margin-left: 15px;}
  .body-fp-layer .search dl dd input[type="text"]{height: 42px; line-height: 42px;}	
  .body-fp-layer .search dl dt.button .ok{height: 42px;}

.tab-brief > .hd ul {float: unset;overflow: auto;white-space: nowrap;padding-bottom: 5px}
.tab-brief > .hd ul::-webkit-scrollbar{height: 4px;display:none}
.tab-brief > .hd ul li{display: inline-block;float: unset;}
}

/*对话框*/
.myalert-layer{position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 100000; display: none; background: url(../images/public/blank_black_opa30.png);}
.myalert-layer .myalert{position: absolute; top: 50%; right: 0; left: 0; z-index: 100000; padding: 30px; width: 240px; height: 90px; margin: -75px auto 0; background: #fff; text-align:center;}
.myalert-layer .closed{position: absolute; top: 15px; right: 20px; width: 20px; font-size: 1.875em; color: #ccc; line-height: 20px; text-align: center;}
.myalert-layer .text{padding-bottom: 20px; font-size: 16px; line-height: 30px; color: #474747;}
.myalert-layer .layui-btn:hover{border-color: #bbbbbb;}
@media (max-width:992px){
.drawer-hall-scroll{display:none!important}
}

.contentMain .container{max-width:1200px}